projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b1544c
)
Fix route uploads.
author
robertl
<robertl>
Sat, 26 Jun 2004 04:50:56 +0000
(
04:50
+0000)
committer
robertl
<robertl>
Sat, 26 Jun 2004 04:50:56 +0000
(
04:50
+0000)
garmin.c
patch
|
blob
|
history
diff --git
a/garmin.c
b/garmin.c
index b9045bc5ebdf52ddbc00de4918508c8e6fe0c033..7e6882f289751d53e132fa82e4f902156148d7b6 100644
(file)
--- a/
garmin.c
+++ b/
garmin.c
@@
-490,7
+490,7
@@
route_waypt_pr(const waypoint *wpt)
*/
rte->islink = 1;
cur_tx_routelist_entry++;
- rte
++
;
+ rte
= *cur_tx_routelist_entry
;
rte->lon = wpt->longitude;
rte->lat = wpt->latitude;